/*!

 * ui-dialog.css

 * Date: 2014-07-03

 * https://github.com/aui/artDialog

 * (c) 2009-2014 TangBin, http://www.planeArt.cn

 *

 * This is licensed under the GNU LGPL, version 2.1 or later.

 * For details, see: http://www.gnu.org/licenses/lgpl-2.1.html

 */

.ui-dialog {

    *zoom:1;

    _float: left;

    position: relative;

    background-color: #FFF;

    border: 1px solid #999;

    border-radius: 6px;

    outline: 0;

    background-clip: padding-box;

    font-family: Helvetica, arial, sans-serif;

    font-size: 14px;

    line-height: 1.428571429;

    color: #333;

    opacity: 0;

    -webkit-transform: scale(0);

    transform: scale(0);

    -webkit-transition: -webkit-transform .15s ease-in-out, opacity .15s ease-in-out;

    transition: transform .15s ease-in-out, opacity .15s ease-in-out;

}

.ui-popup-show .ui-dialog {

    opacity: 1;

    -webkit-transform: scale(1);

    transform: scale(1);

}

.ui-popup-focus .ui-dialog {

    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);

}

.ui-popup-modal .ui-dialog {

    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), 0 0 256px rgba(255, 255, 255, .3);

}

.ui-dialog-grid {

    width: auto;

    margin: 0;

	padding:25px;

    border: 0 none;

    border-collapse:collapse;

    border-spacing: 0;

    background: transparent;

}

.ui-dialog-header,

.ui-dialog-body,

.ui-dialog-footer {

    padding: 0;

    border: 0 none;

    text-align: left;

    background: transparent;

}

.ui-dialog-header {

    white-space: nowrap;

    border-bottom: 1px solid #E5E5E5;

}

.ui-dialog-close {

    position: relative;

    _position: absolute;

    float: right;

    top: 13px;

    right: 13px;

    _height: 26px;

    padding: 0 4px;

    font-size: 21px;

    font-weight: bold;

    line-height: 1;

    color: #000;

    text-shadow: 0 1px 0 #FFF;

    opacity: .2;

    filter: alpha(opacity=20);

    cursor: pointer;

    background: transparent;

    _background: #FFF;

    border: 0;

    -webkit-appearance: none;

}

.ui-dialog-close:hover,

.ui-dialog-close:focus {

    color: #000000;

    text-decoration: none;

    cursor: pointer;

    outline: 0;

    opacity: 0.5;

    filter: alpha(opacity=50);

}

.ui-dialog-title {

    margin: 0;

    line-height: 1.428571429;

    min-height: 16.428571429px;

    padding: 15px;

    overflow:hidden; 

    white-space: nowrap;

    text-overflow: ellipsis;

    font-weight: bold;

    cursor: default;

}

.ui-dialog-body {

    padding: 20px;

    text-align: center;

}

.ui-dialog-content {

    display: inline-block;

    position: relative;

    vertical-align: middle;

    *zoom: 1;

    *display: inline;

    text-align: left;

}

.ui-dialog-footer {

    padding: 0 20px 20px 20px;

}

.ui-dialog-statusbar {

    float: left;

    margin-right: 20px;

    padding: 6px 0;

    line-height: 1.428571429;

    font-size: 14px;

    color: #888;

    white-space: nowrap;

}

.ui-dialog-statusbar label:hover {

    color: #333;

}

.ui-dialog-statusbar input,

.ui-dialog-statusbar .label {

    vertical-align: middle;

}

.ui-dialog-button {

    float: right;

    white-space: nowrap;

}

.ui-dialog-footer button+button {

    margin-bottom: 0;

    margin-left: 5px;

}

.ui-dialog-footer button {

    width:auto;

    overflow:visible;

    display: inline-block;

    padding: 6px 12px;

    _margin-left: 5px;

    margin-bottom: 0;

    font-size: 14px;

    font-weight: normal;

    line-height: 1.428571429;

    text-align: center;

    white-space: nowrap;

    vertical-align: middle;

    cursor: pointer;

    background-image: none;

    border: 1px solid transparent;

    border-radius: 4px;

    -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

       -o-user-select: none;

          user-select: none;

}



.ui-dialog-footer button:focus {

  outline: thin dotted #333;

  outline: 5px auto -webkit-focus-ring-color;

  outline-offset: -2px;

}



.ui-dialog-footer button:hover,

.ui-dialog-footer button:focus {

  color: #333333;

  text-decoration: none;

}



.ui-dialog-footer button:active {

  background-image: none;

  outline: 0;

  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

}

.ui-dialog-footer button[disabled] {

  pointer-events: none;

  cursor: not-allowed;

  opacity: 0.65;

  filter: alpha(opacity=65);

  -webkit-box-shadow: none;

          box-shadow: none;

}



.ui-dialog-footer button {

  color: #333333;

  background-color: #ffffff;

  border-color: #cccccc;

}



.ui-dialog-footer button:hover,

.ui-dialog-footer button:focus,

.ui-dialog-footer button:active {

  color: #333333;

  background-color: #ebebeb;

  border-color: #adadad;

}



.ui-dialog-footer button:active{

  background-image: none;

}



.ui-dialog-footer button[disabled],

.ui-dialog-footer button[disabled]:hover,

.ui-dialog-footer button[disabled]:focus,

.ui-dialog-footer button[disabled]:active {

  background-color: #ffffff;

  border-color: #cccccc;

}



.ui-dialog-footer button.ui-dialog-autofocus {

  color: #ffffff;

  background-color: #428bca;

  border-color: #357ebd;

}



.ui-dialog-footer button.ui-dialog-autofocus:hover,

.ui-dialog-footer button.ui-dialog-autofocus:focus,

.ui-dialog-footer button.ui-dialog-autofocus:active {

  color: #ffffff;

  background-color: #3276b1;

  border-color: #285e8e;

}



.ui-dialog-footer button.ui-dialog-autofocus:active {

  background-image: none;

}

.ui-popup-top-left .ui-dialog,

.ui-popup-top .ui-dialog,

.ui-popup-top-right .ui-dialog {

    top: -8px;

}

.ui-popup-bottom-left .ui-dialog,

.ui-popup-bottom .ui-dialog,

.ui-popup-bottom-right .ui-dialog {

    top: 8px;

}

.ui-popup-left-top .ui-dialog,

.ui-popup-left .ui-dialog,

.ui-popup-left-bottom .ui-dialog {

    left: -8px;

}

.ui-popup-right-top .ui-dialog,

.ui-popup-right .ui-dialog,

.ui-popup-right-bottom .ui-dialog {

    left: 8px;

}



.ui-dialog-arrow-a,

.ui-dialog-arrow-b {

    position: absolute;

    display: none;

    width: 0;

    height: 0;

    overflow:hidden;

    _color:#FF3FFF;

    _filter:chroma(color=#FF3FFF);

    border:8px dashed transparent;

}

.ui-popup-follow .ui-dialog-arrow-a,

.ui-popup-follow .ui-dialog-arrow-b{

    display: block;

}

.ui-popup-top-left .ui-dialog-arrow-a,

.ui-popup-top .ui-dialog-arrow-a,

.ui-popup-top-right .ui-dialog-arrow-a {

    bottom: -16px;

    border-top:8px solid #7C7C7C;

}

.ui-popup-top-left .ui-dialog-arrow-b,

.ui-popup-top .ui-dialog-arrow-b,

.ui-popup-top-right .ui-dialog-arrow-b {

    bottom: -15px;

    border-top:8px solid #fff;

}

.ui-popup-top-left .ui-dialog-arrow-a,

.ui-popup-top-left .ui-dialog-arrow-b  {

    left: 15px;

}

.ui-popup-top .ui-dialog-arrow-a,

.ui-popup-top .ui-dialog-arrow-b  {

    left: 50%;

    margin-left: -8px;

}

.ui-popup-top-right .ui-dialog-arrow-a,

.ui-popup-top-right .ui-dialog-arrow-b {

    right: 15px;

}

.ui-popup-bottom-left .ui-dialog-arrow-a,

.ui-popup-bottom .ui-dialog-arrow-a,

.ui-popup-bottom-right .ui-dialog-arrow-a {

    top: -16px;

    border-bottom:8px solid #7C7C7C;

}

.ui-popup-bottom-left .ui-dialog-arrow-b,

.ui-popup-bottom .ui-dialog-arrow-b,

.ui-popup-bottom-right .ui-dialog-arrow-b {

    top: -15px;

    border-bottom:8px solid #fff;

}

.ui-popup-bottom-left .ui-dialog-arrow-a,

.ui-popup-bottom-left .ui-dialog-arrow-b {

    left: 15px;

}

.ui-popup-bottom .ui-dialog-arrow-a,

.ui-popup-bottom .ui-dialog-arrow-b {

    margin-left: -8px;

    left: 50%;

}

.ui-popup-bottom-right .ui-dialog-arrow-a,

.ui-popup-bottom-right .ui-dialog-arrow-b {

    right: 15px;

}

.ui-popup-left-top .ui-dialog-arrow-a,

.ui-popup-left .ui-dialog-arrow-a,

.ui-popup-left-bottom .ui-dialog-arrow-a {

    right: -16px;

    border-left:8px solid #7C7C7C;

}

.ui-popup-left-top .ui-dialog-arrow-b,

.ui-popup-left .ui-dialog-arrow-b,

.ui-popup-left-bottom .ui-dialog-arrow-b {

    right: -15px;

    border-left:8px solid #fff;

}

.ui-popup-left-top .ui-dialog-arrow-a,

.ui-popup-left-top .ui-dialog-arrow-b {

    top: 15px;

}

.ui-popup-left .ui-dialog-arrow-a,

.ui-popup-left .ui-dialog-arrow-b {

    margin-top: -8px;

    top: 50%;

}

.ui-popup-left-bottom .ui-dialog-arrow-a,

.ui-popup-left-bottom .ui-dialog-arrow-b {

    bottom: 15px;

}

.ui-popup-right-top .ui-dialog-arrow-a,

.ui-popup-right .ui-dialog-arrow-a,

.ui-popup-right-bottom .ui-dialog-arrow-a {

    left: -16px;

    border-right:8px solid #7C7C7C;

}

.ui-popup-right-top .ui-dialog-arrow-b,

.ui-popup-right .ui-dialog-arrow-b,

.ui-popup-right-bottom .ui-dialog-arrow-b {

    left: -15px;

    border-right:8px solid #fff;

}

.ui-popup-right-top .ui-dialog-arrow-a,

.ui-popup-right-top .ui-dialog-arrow-b {

    top: 15px;

}

.ui-popup-right .ui-dialog-arrow-a,

.ui-popup-right .ui-dialog-arrow-b {

    margin-top: -8px;

    top: 50%;

}

.ui-popup-right-bottom .ui-dialog-arrow-a,

.ui-popup-right-bottom .ui-dialog-arrow-b {

    bottom: 15px;

}





@-webkit-keyframes ui-dialog-loading {

    0% {

        -webkit-transform: rotate(0deg);

    }

    100% {

        -webkit-transform: rotate(360deg);

    }

}

@keyframes ui-dialog-loading {

    0% {

        transform: rotate(0deg);

    }

    100% {

        transform: rotate(360deg);

    }

}



.ui-dialog-loading {

    vertical-align: middle;

    position: relative;

    display: block;

    *zoom: 1;

    *display: inline;

    overflow: hidden;

    width: 32px;

    height: 32px;

    top: 50%;

    margin: -16px auto 0 auto;

    font-size: 0;

    text-indent: -999em;

    color: #666;

}

.ui-dialog-loading {

    width: 100%\9;

    text-indent: 0\9;

    line-height: 32px\9;

    text-align: center\9;

    font-size: 12px\9;

}



.ui-dialog-loading::after {

    position: absolute;

    content: '';

    width: 3px;

    height: 3px;

    margin: 14.5px 0 0 14.5px;

    border-radius: 100%;

    box-shadow: 0 -10px 0 1px #ccc, 10px 0px #ccc, 0 10px #ccc, -10px 0 #ccc, -7px -7px 0 0.5px #ccc, 7px -7px 0 1.5px #ccc, 7px 7px #ccc, -7px 7px #ccc;

    -webkit-transform: rotate(360deg);

    -webkit-animation: ui-dialog-loading 1.5s infinite linear;

    transform: rotate(360deg);

    animation: ui-dialog-loading 1.5s infinite linear;

    display: none\9;

}


@charset "utf-8";

/***

 .ispc //PC专用

 .ismobile //移动专用

***/

/*初始化样式表*/

body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0;}

body{font:0.75em/1.5 Arial, Verdana, "Microsoft Yahei","微软雅黑","宋体",Helvetica,sans-serif; -webkit-text-size-adjust:100%; }

h1,h2,h3,h4,h5,h6{ font-weight:400;}

a{ color:#333; text-decoration:none;}

a:hover{text-decoration:none;}

/*

*{

	transition-property:border-color, background-color, color;

	transition-duration:.3s;

	transition-timing-function:ease-in;

	transition-delay:.1s;

}

*/



li{list-style:none;}

img{border:0;vertical-align:middle;}

table{border-collapse:collapse;border-spacing:0;}

p{word-wrap:break-word}



/*icon 字体样式*/

@font-face {font-family: "iconfont";

  src: url("/temp/temp/default/default-0001/1/images/font/iconfont.eot"); /* IE9*/

  src: url("/") format('embedded-opentype'), /* IE6-IE8 */

  url("/temp/temp/default/default-0001/1/images/font/iconfont.woff") format('woff'), /* chrome、firefox */

  url("/temp/temp/default/default-0001/1/images/font/iconfont.ttf") format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/

  url("/") format('svg'); /* iOS 4.1- */

}



.iconfont {

  font-family:"iconfont" !important;

  font-size:16px;

  font-style:normal;

  -webkit-font-smoothing: antialiased;

  -webkit-text-stroke-width: 0.2px;

  -moz-osx-font-smoothing: grayscale;

}



/*文章内容样式初始化*/

.default-article-content{ text-align: justify; font-size:14px;}

.default-article-content a{ color:blue;}

.default-article-content ul{ padding-left: 20px;}

.default-article-content li{ list-style-type: inherit;}

.default-article-content h1,

.default-article-content h2,

.default-article-content h3,

.default-article-content h4,

.default-article-content h5,

.default-article-content h6{

	margin-top:1em;

	margin-bottom:1em;

	font-weight:bold;

}

.default-article-content td{

	border:1px solid #333;

}

.default-article-content p{

	margin-top:1em;

	margin-bottom:1em;

}

.default-article-content img{

	max-width:100%;

}

/*控制网页宽度*/

.wp{ width:1188px; margin:0 auto;}

.w960 .wp, .w960 .w1188{ width:960px;}



/*浮动设置*/

.l,.left{float:left;}

.r,.right{float:right;}



/*清除浮动*/

.cl{zoom:1;}

.cl:after{content:"."; display:block; height:0px; clear:both; visibility:hidden;}



/*单行文本*/

.s{white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: block;}



/*边距*/

.ispc .mr0{ margin-right:0 !important;}



/*快转化 可见*/

.block{ display:block;}

.none{ display:none;}



/*页面加载中*/

#global_showload{background:url("/temp/temp/default/default-0001/1/images/showload.gif"); position:fixed; z-index:1025; top: 50%; left:50%; width: 130px; height:130px; margin-left:-75px; margin-top:-75px;}

/*图片上传中状态*/

.imgloading{background:url(/temp/temp/default/default-0001/1/images/load.gif); height: 100px; margin-top: -100px; position: relative;}

/*禁止编辑器上传本地视频*/

#videoTab #upload,#videoTab .tabhead span{ display:none;}

/*百度地图默认宽度*/



.ueditor_baidumap{min-width:700px; max-width:1188px;}





/*分页按钮*/

.page{ font-size:14px; line-height:28px;}

.page a{display:block; float:left; padding:0 12px; border:1px solid #dedede; border-radius:3px; margin-right:8px; margin-top:8px;}

.page a.a,.page a:hover{background:#ccc; color:#fff;}

/*默认导航样式*/

.default-pc-nav-menu{}

.default-pc-nav-menu li{ position: relative;}

.default-pc-nav-menu > li li{ position: relative; width: 100%; white-space: nowrap;}

.default-pc-nav-menu ul{ display: none; position: absolute; z-index: 2;}

.default-pc-nav-menu > li > ul{ top: 100%; left: 0;}

.default-pc-nav-menu > li > ul > li > ul{ top: 0; left: 100%;}

.default-pc-nav-menu > li{ float: left;}

.default-pc-nav-menu li a em{ display: none; font-style:initial;}

.default-pc-nav-menu > li:hover > ul{display: block;}

.default-pc-nav-menu > li ul > li:hover > ul{ display: block;}



/*友情链接默认样式*/

.default-pc-links-text{}

.default-pc-links-text dt,.default-pc-links-text dd{ float: left;}



.default-pc-links-pic li{ float:left;}



/*默认版权样式*/

.default-pc-copyright{

	width:70%;

	line-height: 2;

	color:#666;

	font-size:12px;

}

.default-pc-copyright a {

	color: #FFD400;

	font-size:12px;

}

.default-pc-copyright span{

	display: inline-block;

	white-space:nowrap;

	margin-right: 10px;

}



/*默认发布文章按钮*/

.default-pc-button-publish{

	padding-left:21px;

	background: no-repeat url("/temp/temp/default/default-0001/1/images/publish.png");

	transition:opacity .3s;

}

.default-pc-button-publish:hover{

	opacity:0.5;

}

/*默认编辑文章 && 删除*/

.default-pc-button-edit a{

	margin-left:10px;

	font-size: 14px;

	color: #ccc;

}

.default-pc-button-edit a:hover{

	color:#000;

}



/*默认背景音乐*/

.default-bgmp3{

	display:block;

	position: fixed;

	bottom: 60px;

	left: 30px;

	z-index:999;

	width:200px;

	max-width:30%;

	

}

.default-bgmp3 audio{

	width:100%; 

	opacity:0.5;

}









.default-append{ display:none;}



/*幻灯片默认样式*/

.default-slider { 

	position: relative; 

	overflow: auto; 

}

.default-slider li { 

	list-style: none; 

}

.default-slider ul li {

	float: left;   

	width: 100%; 

	overflow: hidden;

}

.default-slider ul li img{

	position: relative;

	left: 50%;

	height: auto;

	/*margin-left:-960px;*/

}

.default-slider .dots{

	position: absolute;

	bottom: 10px;

	width: 100%;

	text-align: center;

}

.default-slider .dots li{ 

	display: inline-block;

  	cursor: pointer;

  	background-color: #fff;

  	margin: 5px;

  	width: 47px;

  	font-size:0;

  	height: 12px;

 }

 .default-slider .dots li{

	*display: inline;

}

 .default-slider .dots li.active{ background-color: #FFE401;}

 .default-slider .next,.default-slider .prev{

	position:absolute; 

	bottom:50%; 

	width:50px; height:100px; 

	margin-bottom:-50px; 

	opacity:0.7; 

	font: 50px/58px Simsun; 

	color:#fff; 

	line-height:100px; 

	text-align:center;

}

.default-slider .next:hover,.default-slider .prev:hover{

	background-color:#000;

}

.default-slider .next{ right:0;}

.default-slider .prev{ left:0;}









.default-pc-sidebar-dl{ border:1px solid #dedede;}

.default-pc-sidebar-dl dt, .default-pc-sidebar-dl dd{ border-bottom:1px solid #dedede;}

.default-pc-sidebar-dl dt, .default-pc-sidebar-dl dd a{ display:block; line-height:48px; padding:0 28px;}



.default-pc-contactcard li,.default-pc-contactcard dd{ background: no-repeat; background-position: 0 center; padding-left: 30px;}

.default-pc-contactcard .add{ background-image: url("/temp/temp/default/default-0001/1/images/contactcard/address.png");}

.default-pc-contactcard .tel{ background-image: url("/temp/temp/default/default-0001/1/images/contactcard/mobile.png");}

.default-pc-contactcard .email{ background-image: url("/temp/temp/default/default-0001/1/images/contactcard/email.png");}

.default-pc-contactcard .fax{ background-image: url("/temp/temp/default/default-0001/1/images/contactcard/weixin.png");}





/*幻灯片样式*/

.default-slider-2{ position:relative;}

.default-slider-2 .default-slider-box{ position:relative; width:100%; overflow:hidden; }

.default-slider-2 .next, 

.default-slider-2 .prev{ position:absolute;}

.default-slider-2 .dots { 

	position:absolute; 

	width:100%;

	bottom:10px; 

	text-align:center;

}

.default-slider-2 .dots span{

	display: inline-block;

  	background-color: #fff;

  	margin: 5px;

  	width: 47px;

  	font-size: 0;

  	height: 12px;

	cursor:pointer;

}

.default-slider-2 .dots span{ *display: inline } /*IE兼容*/

.default-slider-2 > .dots > span{ *display:inline;}	/*IE兼容*/

.default-slider-2 > .dots > span.active{ background-color:red;}



.default-slider-box > ul > li{ position:relative; overflow:hidden;}

.default-slider-effect-fadeIn > .default-slider-box > ul{ position:relative;}

.default-slider-effect-fadeIn > .default-slider-box > ul > li{ position:absolute; top:0; left:0; display:none;}



/*单屏滚动模式*/

.default-slider-single > .default-slider-box > ul > li img{ position: relative; left:50%;}



.default-slider-direction-left > .default-slider-box > ul > li{ float:left;}

.default-slider-direction-left > .next, 

.default-slider-direction-left > .prev{

	cursor:pointer;

	top:50%; 

	margin-top:-45px; 

	opacity:.1;

	color:#fff;

	line-height:90px;

	font-size:60px;

	background-color:#000; 

}

.default-slider-direction-left > .next:hover, 

.default-slider-direction-left > .prev:hover{

	opacity:1;

}

.default-slider-direction-left > .next{ right:0;}

.default-slider-direction-left > .prev{ left:0;}

.default-slider-direction-left > .thumb{

	

	position: absolute;

	bottom: 10px;

	left:50%;

	padding:0 30px;

	overflow:hidden;

}



.default-slider-direction-left > .thumb  ul > li{ float:left;}

.default-slider-direction-left > .thumb  ul > li img{

	padding:5px;

	margin:5px;

	border:1px #ccc solid;

	background-color: #fff;

}



.default-slider-direction-left > .thumb > .next,

.default-slider-direction-left > .thumb > .prev{

	margin-top: -15px;

	width: 27px;

	width: 20px;

	height: 31px;

	font-size:0;

	background:url(/temp/temp/default/default-0001/1/images/slider_thumb_buttom.png) no-repeat;

}

.default-slider-direction-left > .thumb > .next{

	right:0;

	background-position:-23px 0;

}

.default-slider-direction-left > .thumb > .prev{

	left:0;

	background-position: 0 0;

}

.default-slider-direction-left > .thumb > .next:hover,

.default-slider-direction-left > .thumb > .prev:hover{

	background-position-y:-32px;

}

.default-slider-direction-left > .thumb > .active{ background-color:#333;}

/*设为首页加入收藏*/

#SetHome,

#collection{

	cursor:pointer;

}

/*DIY 按钮*/

.ispc #diystart{

	display:block;

	position:fixed;

	top:0;

	right:50px;

	background-color:#F90;

	color:#fff;

	z-index:3;

	text-align:center;

	padding:5px 10px;

	border-radius:0 0 10px 10px;

	transition:background .5s;

}

.ispc #diystart:hover{

	background-color: #BA3315;

}

/*文章内容页视频默认高度*/

.default-article-content object{

	min-height:500px;

}



.default-article-content video{

	max-width:100%;

	height:auto;

}

/*手机网站底部追加*/

.default-mobile-copyright2{

	text-align:center;

	background-color:#000;

	color:#505050;

	padding-top:20px;

	padding-bottom:30px;

	font-size:12px;

	margin-top:30px;

}

.default-mobile-copyright2 a{

	color:#505050;

}

/*文章内容页点击图片弹出*/

#article-swiper{

	background: #000;

}

#article-swiper .swiper-zoom-container{

	background: #000;

 }

#article-swiper .swiper-container {

	width: 100%;

	height: 100%;

}

#article-swiper .swiper-slide {

	text-align: center;

	font-size: 18px;

	background: #000;



	/* Center slide text vertically */

	display: -webkit-box;

	display: -ms-flexbox;

	display: -webkit-flex;

	display: flex;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	-webkit-justify-content: center;

	justify-content: center;

	-webkit-box-align: center;

	-ms-flex-align: center;

	-webkit-align-items: center;

	align-items: center;

}

#article-swiper{

	display: none;

	position: fixed;

	top: 0;

	left: 0;

	z-index: 100;

	width: 100%;

	height: 100%;

}

.article-swiperbox{

	position: fixed;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

}

#article-swiper #logout{

	position: absolute;

	left: 50%;

	bottom: 40px;

	z-index: 100;

	transform: translateX(-50%);

	width: 72px;

	height: 32px;

	background: #007aff;

	color: #fafafa;

	display: flex;

	align-items: center;

	justify-content: center;

}

.back000{

	background-color:#000;

}
.w16{

	width: 1600px;

	margin: auto;

}





/*首屏*/

.bannerbox{

	position: relative;

}

.banner01{

	max-height: 960px;

	overflow: hidden;

}

.banner01 .prev,.banner01 .next{

	width: 30px;

	line-height: 60px;

	text-align: center;

	font-size: 18px;

	border-radius: 0 30px 30px 0;

	opacity: 0.3;

	transition: 0.3s;

	margin-top: -30px;

}

.banner01 .next{

	border-radius: 30px 0 0 30px;

}

.iheader{

	position: absolute;

	width: 100%;

	left: 0;

	top: 30px;

	z-index: 2;

}

.iheader .logo{

	line-height: 76px;

}

.iheader .logo img{

	height: 76px;

	width: auto;

}

.iheader .phone{

	float: right;

	margin-top: 23px;

}

.iheader .phone h4{

	float: left;

	line-height: 30px;

	font-size: 14px;

	color: #fff;

}

.iheader .phone span{

	display: block;

	float: left;

	line-height: 30px;

	font-size: 26px;

	color: #adce04;

	margin-left: 5px;

}

.navbox{

	position: absolute;

	width: 100%;

	left: 0;

	bottom: 60px;

}

.navbox .navbg{

	background: #fff;

	position: relative;

}

.navbox .home{

	display: block;

	width: 66px;

	height: 66px;

	margin-left: 60px;

	margin-top: 17px;

}

.navbox .home img{

	width: 100%;

	height: auto;

}

.navbox .nav01{

	position: absolute;

	transition: 0.3s;

	width: calc(100% - 400px);

	text-align: center;

	left: 200px;

	top: 35px;

	opacity: 1;

}

.navbox .nav01 > li:first-child{

	display: none;

}

.navbox .nav01 > li{

	float: none;

	display: inline-block;

	margin: 0 25px;

	position: relative;

}

.navbox .nav01 > li > a{

	display: block;

	line-height: 30px;

	font-size: 15px;

	color: #000;

	position: relative;

	z-index: 1;

}

.navbox .nav01 > li::before{

	content: "";

	width: 100%;

	height: 8px;

	background: #adce04;

	position: absolute;

	left: 0;

	top: 11px;

	opacity: 0;

	transition: 0.3s;

}

.navbox .nav01 > li:hover::before{

	opacity: 1;

}

.navbox .isearch{

	width: 200px;

	height: 100px;

	background: #adce04 url("/temp/temp/53/53-0035/202012241555/images/search.png") no-repeat center;

	background-size: 26px;

	position: relative;

	overflow: hidden;

	cursor: pointer;

	transition: 0.2s;

}

.navbox.open .isearch{

	background: #adce04 url("/temp/temp/53/53-0035/202012241555/images/close.png") no-repeat center;

	background-size: 26px;

}

.navbox .isearch::before{

	content: "";

    position: absolute;

    width: 60px;

    height: 120px;

    background: #fff;

    top: -14px;

    left: -42px;

    transform: rotateZ(20deg);

	cursor: pointer;

}

.navbox.open .nav01{

    left: 100px;

    transform: scale(0.20);

    -ms-transform: scale(0.20);

    -moz-transform: scale(0.20);

    -webkit-transform: scale(0.20);

    -o-transform: scale(0.20);

    width: 0;

	opacity: 0;

}

.searchbox{

	position: absolute;

    top: 28px;

    overflow: hidden;

    width: 0;

    right: 200px;

    transition: 0.3s;

	z-index: 3;

}

.navbox.open .searchbox{

	width: 760px;

    right: calc(50% - 380px);

}

.searchbox input[type="text"]{

    width: 100%;

    height: 44px;

    line-height: 44px;

    font-size: 14px;

    border: 1px solid #f2f2f2;

	background: #f5f4f4;

    box-sizing: border-box;

    padding: 0 20px;

	padding-right: 90px;

    outline-color: #f2f2f2;

}

.searchbox input[type="submit"]{

    position: absolute;

    width: 80px;

    height: 44px;

    font-size: 0;

    right: 0;

    top: 0;

    outline-color: rgba(0,0,0,0);

    background: #adce04 url("/temp/temp/53/53-0035/202012241555/images/search.png") no-repeat center;

	background-size: 18px;

    border: none;

}

.header{

	padding: 20px 0;

	background: #fff;

}

.header .logo{

	line-height: 70px;

}

.header .logo img{

	height: 70px;

	width: auto;

}

.header .nav01 > li{

	margin-left: 60px;

	margin-top: 20px;

}

.header .nav01 > li > a{

	display: block;

	line-height: 30px;

	font-size: 16px;

	color: #000;

	position: relative;

	z-index: 1;

}

.header .nav01 > li::before{

	content: "";

	width: 100%;

	height: 8px;

	background: #adce04;

	position: absolute;

	left: 0;

	top: 11px;

	opacity: 0;

	transition: 0.3s;

}

.header .nav01 > li:hover::before,.header .nav01 > li.a::before{

	opacity: 1;

}

.nybanner img{

	width: 100%;

	height: auto;

}

.nybanner{

	margin-bottom: 93px;

	position: relative;

}

.lnav{

	position: absolute;

	width: 100%;

	left: 0;

	bottom: -33px;

	z-index: 2;

}

.lnav ul{

	background: #fff;

	text-align: center;

	box-shadow: 2px 0 16px rgba(0,0,0,0.06);

	border-radius: 6px;

}

.lnav ul li{

	display: inline-block;

}

.lnav ul li a{

	display: block;

	padding: 0 60px;

	line-height: 66px;

	font-size: 16px;

	color: #666;

	transition: 0.3s;

}

.lnav ul li a span{

	display: none;

}

.lnav ul li:hover a,.lnav ul li.a a{

	background: #adce04;

	color: #fff;

}





/*关于我们*/

.iabout{

	position: relative;

	margin-top: 80px;

}

.ableft{

	width: 40%;

	float: right;

	position: relative;

}

.ableft .videobox

,.ableft .videobox iframe{

	position: absolute;

	width: 100%;

	height: 100%;

	left: 0;

	top: 0;

}

.ableft img{

	width: 100%;

	height: auto;

}

.abright{

	float: left;

	width: 53%;

}

.abright .text{

	padding-top:20px;

}

.abright .text h1{

	font-size: 24px;

	color: #222;

	font-weight: bold;

}

.abright .text h2{

	font-size: 18px;

	color: #666;

}

.abright .text span{

	display: block;

	width: 14px;

	height: 14px;

	border: 4px solid #ffd22c;

	border-radius: 50%;

	margin: 25px 0;

}

.abright .text p{

	font-size: 14px;

	color: #333;

	line-height: 32px;

}

.abright .text p em{

	font-style: normal;

	color: #adce04;

}

.abright .text a{

	display: block;

	width: 174px;

	line-height: 42px;

	border-radius: 21px 0 21px 0;

	font-size: 14px;

	color: #fff;

	text-align: center;

	margin-top: 50px;

	background: #adce04;

	transition: 0.3s;

}

.abright .text a:hover{

	border-radius: 0 21px 0 21px;

	background: #ffd22c;

}

.abright ul li{

	float: left;

	width: 25%;

	text-align: center;

}

.abright ul li a{

	padding: 40px 20px;

	display: block;

	transition: 0.4s;

	background: #f2f2f2;

}

.abright ul li:nth-child(2n) a{

	background: #fafafa;

}

.abright ul li h3{

	font-size: 16px;

	color: #333;

	margin-top: 5px;

}

.abright ul li a:hover{

	background: #fff;

	position: relative;

	z-index: 1;

	box-shadow: 0 0 14px rgba(0,0,0,0.08);

}



/*宣传视频*/

.video{

	margin-top: 80px;

	display: none;

}

.video iframe{

	margin: auto;

	max-width: 100%;

}

.video .text{

	text-align: center;

}

.uid-3169 .video{

	display: block;

}





/*项目展示*/

.product{

	margin: 80px auto;

}

.tit01{

	text-align: center;

	margin-bottom: 50px;

}

.tit01 h1{

	font-size: 32px;

	color: #000;

	font-weight: bold;

}

.tit01 h2{

	font-size: 14px;

	color: #666;

	text-transform: uppercase;

}

.tit01 span{

	display: block;

	width: 100%;

	height: 1px;

	position: relative;

	background: #eee;

	margin-top: 20px;

}

.tit01 span::before{

	content: "";

	position: absolute;

	width: 50px;

	height: 5px;

	left: calc(50% - 25px);

	top: -2px;

	background: #adce04;

}

.product ul li{

	float: left;

	width: 23.5%;

	margin-right: 2%;

	margin-bottom: 2%;

}

.product ul li a{

	display: block;

	position: relative;

	overflow: hidden;

}

.product ul li img{

	width: 100%;

	height: auto;

	transition: 0.5s;

}

.product ul li a::before{

	content: "";

	position: absolute;

	width: 100%;

	height: 50%;

	background-image: linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,0.8) 100%);

	bottom: 0;

	left: 0;

	transition: 0.4s;

	z-index: 1;

}

.product ul li div{

	position: absolute;

	width: calc(100% - 40px);

	padding: 0 20px;

	text-align: center;

	left: 0;

	bottom: 25px;

	z-index: 2;

	transition: 0.4s;

}

.product ul li h3{

	font-size: 20px;

	color: #fff;

	font-weight: bold;

	margin-bottom: 6px;

	transition: 0.4s;

}

.product ul li h4{

	font-size: 14px;

	color: #fff;

	height: 20px;

	overflow: hidden;

}

.product ul li:hover a::before{

	height: 60%;

}

.product ul li:hover div{

	bottom: 40px;

}

.product ul li:hover h3{

	color: #adce04;

}

.product ul li:hover img{

	transform: scale(1.06);

}

.more01{

	display: block;

	margin: auto;

	margin-top: 50px;

	width: 190px;

    border-radius: 23px;

    position: relative;

	background: #adce04;

	overflow: hidden;

}

.product .more01{

	margin-top: 10px;

}

.more01 h3{

	line-height: 46px;

	height: 46px;

	color: #fff;

    font-size: 14px;

	padding-left: 30px;

	transition: ease 1s;

	width: calc(100% - 30px);

}

.more01 span{

	display: block;

    position: absolute;

    width: 36px;

    border-radius: 50%;

    background: #fff;

    color: #adce04;

    line-height: 36px;

    font-size: 14px;

    top: 5px;

    right: 5px;

    text-align: center;

    transition: ease 1s;

}

.more01:hover h3{

	width: 0;

	overflow: hidden;

}

.more01:hover span{

	transform: translateX(-400%) rotate(-1440deg);

}





/*视频展示*/

.ivideo ul li{

	float: left;

	width: 32%;

	margin-right: 2%;

	transition: 0.4s;

	background: #fff;

	position: relative;

}

.ivideo ul li:last-child{

	margin-right: 0;

}

.ivideo ul li a{

	display: block;

}

.ivideo ul li .imgbox{

	position: relative;

	overflow: hidden;

}

.ivideo ul li .imgbox::before{

	content: "";

	position: absolute;

	width: 60px;

	height: 60px;

	background: url("/temp/temp/53/53-0035/202012241555/images/play.png") no-repeat center;

    background-size: 100%;

	left: calc(50% - 30px);

	top: -60px;

	transition: 0.4s;

	z-index: 2;

}

.ivideo ul li img{

	width: 100%;

	height: auto;

	transition: 0.5s;

}

.ivideo ul li .text div{

	float: left;

    margin: 20px 0;

    width: 70%;

    transition: 0.4s;

}

.ivideo ul li h3 {

    font-size: 15px;

    color: #333;

    margin-bottom: 5px;

    line-height: 18px;

}

.ivideo ul li h4 {

    font-size: 12px;

    color: #666;

    text-transform: uppercase;

}

.ivideo ul li .text span{

	display: block;

    width: 22px;

    height: 22px;

    background: url("/temp/temp/53/53-0035/202012241555/images/more01.png") no-repeat center;

    background-size: 100%;

    float: right;

    margin: 29px 0;

    transition: 0.4s;

}

.ivideo ul li:hover{

	box-shadow: 0px 2px 24px #ccc;

    z-index: 1;

}

.ivideo ul li:hover .imgbox::before{

	top: calc(50% - 30px);

}

.ivideo ul li:hover .text div{

	margin-left: 20px;

}

.ivideo ul li:hover .text span{

	margin-right: 20px;

}

.ivideo ul li:hover img{

	transform: scale(1.06);

}







/*活动案例*/

.case{

	margin: 80px auto;

}

.case ul li{

	float: left;

	width: 32.5%;

	margin-right: 1.25%;

	margin-bottom: 1.25%;

}

.case ul li:last-child{

	margin-right: 0;

}

.case ul li.c02{

	width: 22%;

}

.case ul li.c03{

	width: 19.75%;

}

.case ul li a{

	display: block;

	position: relative;

	overflow: hidden;

}

.case ul li img{

	width: 100%;

	height: auto;

	transition: 0.5s;

}

.case ul li div{

	position: absolute;

	width: calc(100% - 50px);

	padding: 14px 25px;

	background: rgba(0,0,0,0.7);

	left: 0;

	bottom: -52px;

	z-index: 2;

	transition: 0.5s;

}

.case ul li div h3{

	float: left;

	font-size: 15px;

	color: #fff;

	line-height: 24px;

	width: 90%;

}

.case ul li div span{

	float: right;

	display: block;

	line-height: 24px;

	font-size: 14px;

	color: #fff;

}

.case ul li:hover img{

	transform: scale(1.06);

}

.case ul li:hover div{

	bottom: 0;

}

.case .more01{

	margin-top: 30px;

}





/*热门城市*/

.city{

	padding: 60px 0;

	background: #f7f7f7;

}

.city01{

	width: 59.5%;

}

.city01 li{

	display: none;

	background: #fff;

	box-shadow: 2px 0 12px rgba(0,0,0,0.08);

}

.city01 li:first-child{

	display: block;

}

.city01 li img{

	width: 100%;

	height: auto;

}

.city01 li div{

	padding: 40px 60px 60px 60px;

}

.city01 li h3{

	font-size: 20px;

	color: #000;

	font-weight: bold;

}

.city01 li p{

	font-size: 14px;

	color: #333;

	line-height: 24px;

	height: 48px;

	overflow: hidden;

	margin-top: 10px;

	margin-bottom: 32px;

}

.city01 li a{

	position: relative;

	display: block;

}

.city01 li a h3{

	font-size: 14px;

	color: #000;

	margin-left: 30px;

	font-weight: bold;

	position: relative;

	z-index: 2;

	line-height: 40px;

	transition: 0.4s;

}

.city01 li a::after{

	content: "";

	position: absolute;

	width: 40px;

	height: 40px;

	border-radius: 20px;

	background: #ffd22c;

	left: 0;

	top: 0;

}

.city01 li a::before{

	content: "";

	position: absolute;

	width: 12px;

	height: 2px;

	background: #000;

	left: 14px;

	top: 19px;

	z-index: 1;

	transition: 0.4s;

}

.city01 li a:hover::before{

	width: 32px;

}

.city01 li a:hover h3{

	margin-left: 50px;

}

.city02{

	width: 40.5%;

}

.city02 li{

	float: left;

	width: calc(50% - 20px);

	margin-left: 20px;

	margin-bottom: 20px;

}

.city02 li a{

	display: block;

	position: relative;

	overflow: hidden;

}

.city02 li img{

	width: 100%;

	height: auto;

}

.city02 li div{

	position: absolute;

	width: 100%;

	height: 100%;

	background: rgba(0,0,0,0.5);

	left: 0;

	top: 0;

	transition: 0.3s;

}

.city02 li h3{

	font-size: 20px;

	color: #fff;

	font-weight: bold;

	line-height: 24px;

	position: absolute;

	width: calc(100% - 50px);

	left: 25px;

	bottom: 20px;

	transition: 0.3s;

}

.city02 li h2{

	font-size: 28px;

	color: #adce04;

	font-weight: bold;

	line-height: 24px;

	position: absolute;

	width: calc(100% - 50px);

	left: 25px;

	bottom: 55px;

	transition: 0.3s;

}

.city02 li span{

	display: block;

	width: 24px;

	height: 24px;

	position: absolute;

	right: 25px;

	top: 20px;

	background: url("/temp/temp/53/53-0035/202012241555/images/search.png") no-repeat center;

	background-size: 100%;

	transition: 0.3s;

}

.city .more01{

	margin-top: 30px;

}

.city02 li:hover div,.city02 li.a div{

	background: rgba(173,206,4,0.9);

}

.city02 li:hover h3,.city02 li:hover h2

,.city02 li.a h3,.city02 li.a h2{

	opacity: 0;

}

.city02 li:hover span,.city02 li.a span{

	width: 32px;

	height: 32px;

	right: calc(50% - 16px);

	top: calc(50% - 16px);

}





/*news*/

.news{

	margin: 80px auto;

}

.news ul li{

	float: left;

	width: 32%;

	margin-right: 2%;

}

.news ul li:last-child{

	margin-right: 0;

}

.news ul li a{

	display: block;

	position: relative;

}

.news ul li img{

	width: 100%;

	height: auto;

}

.news ul li div{

	position: absolute;

	width: calc(100% - 90px);

	height: 100%;

	padding: 0 45px;

	background: #f7f7f7;

	left: 0;

	top: 0;

	transition: 0.4s;

}

.news ul li h4{

	font-size: 14px;

	color: #333;

	margin-top: 50px;

	margin-bottom: 10px;

	transition: 0.4s;

}

.news ul li h3{

	font-size: 18px;

	color: #000;

	padding-bottom: 22px;

	margin-bottom: 22px;

	border-bottom: 1px solid #e5e5e5;

	transition: 0.4s;

}

.news ul li p{

	font-size: 14px;

	color: #666;

	line-height: 24px;

	transition: 0.4s;

	height: 48px;

	overflow: hidden;

}

.news ul li span{

	display: block;

	width: 38px;

	line-height: 38px;

	border: 1px solid #adce04;

	text-align: center;

	font-size: 14px;

	color: #adce04;

	margin-top: 40px;

	transition: 0.4s;

	border-radius: 50%;

}

.news ul li:hover div{

	background: rgba(0,0,0,0.6);

}

.news ul li:hover h3,.news ul li:hover h4,.news ul li:hover p{

	color: #fff;

}

.news ul li:hover h3{

	border-bottom: 1px solid rgba(255,255,255,0.1);

}

.news ul li span:hover{

	background: #adce04;

	color: #fff;

}





/*公共底部*/

.footer{

	background: #1a1a1a;

	padding: 60px 0;

}

.footer .f01{

	padding-bottom: 30px;

	margin-bottom: 60px;

	border-bottom: 1px solid rgba(255,255,255,0.1);

}

.uid-3169 .footer .f01{

	display: none;

}

.footer .f01 .logo{

	line-height: 70px;

}

.footer .f01 .logo img{

	height: 70px;

	width: auto;

}

.fnav{

	float: right;

}

.fnav li{

	float: left;

	margin-left: 70px;

	margin-top: 27px;

}

.fnav li a{

	font-size: 14px;

	color: #fff;

	transition: 0.2s;

}

.fnav li a:hover{

	color: #adce04;

}

.footer .f02 div{

	float: left;

	margin-right: 50px;

}

.footer .f02 div span{

	display: block;

	width: 120px;

	padding: 10px;

	border: 1px solid rgba(255,255,255,0.1);

}

.footer .f02 div img{

	width: 100%;

	height: auto;

}

.footer .f02 div h4{

	color: #808080;

	font-size: 14px;

	text-align: center;

	margin-bottom: 10px;

}

.footer .f02 div:last-child{

	margin-right: 0;

}

.footer .f03{

	margin-left: 80px;

	margin-top: 15px;

	color: #fff;

}

.footer .f03 span{

	display: block;

	width: 48px;

	line-height: 48px;

	text-align: center;

	border: 1px solid rgba(255,255,255,0.1);

	border-radius: 50%;

	font-size: 22px;

	color: #fff;

}

.footer .f03 h4{

	font-size: 14px;

	color: #fff;

	margin-top: 7px;

}

.footer .f03 p{

	color:#fff;

	margin-top: 10px;

	font-size: 14px;

}

.footer .f03 h2{

	font-size: 18px;

	color: #fff;

	line-height: 25px;

}

.footer .f03 h5{

	font-size: 14px;

	color: #999;

	line-height: 25px;

}

.footer .f04{

	margin-top: 40px;

}

.footer .f04 li{

	float: left;

	margin-left: 100px;

}

.footer .f04 a{

	display: block;

	text-align: center;

}

.footer .f04 h4{

	font-size: 14px;

	color: #ccc;

	margin-top: 5px;

	transition: 0.3s;

}

.footer .f04 a:hover h4{

	color: #adce04;

}

.footer .f05{

	margin-top: 60px;

	padding-top: 30px;

	border-top: 1px solid rgba(255,255,255,0.1);

}

.jishu{

	width: 74%;

}

.jishu p{

	color: #666;

	width: 100%;

}

.jishu p a{

	color: #666;

	transition: 0.2s;

}

.jishu p a:hover,.links dd a:hover{

	color: #ccc;

}

.links dt{

	font-size: 12px;

	color: #666;

	margin-right: 5px;

}

.links dd a{

	font-size: 12px;

	color: #666;

	transition: 0.2s;

}

.links dd{

	margin-right: 20px;

}

.links dd:last-child{

	margin-right: 0;

}





/*案例展示列表页----------------------------------------------------------------------*/

.pub01{

	text-align: right;

	margin-bottom: 8px;

}

.lshow ul li{

	float: left;

	width: 32%;

	margin-right: 2%;

	margin-bottom: 2%;

	background: #fff;

	transition: 0.4s;

}

.lshow ul li a{

	display: block;

}

.lshow ul li span{

	display: block;

	width: 100%;

	overflow: hidden;

}

.lshow ul li img{

	width: 100%;

	height: auto;

}

.lshow ul li .text{

	padding: 18px 20px;

}

.lshow ul li .text div{

	float: left;

	width: calc(100% - 70px);

}

.lshow ul li h3{

	font-size: 15px;

	color: #333;

	line-height: 20px;

	transition: 0.4s;

}

.lshow ul li h4{

	font-size: 12px;

	color: #888;

	line-height: 20px;

	transition: 0.4s;

}

.lshow ul li em{

	display: block;

	float: right;

	width: 34px;

	line-height: 34px;

	border-radius: 17px;

	background: #adce04;

    color: #fff;

	font-size: 12px;

	text-align: center;

	margin-top: 3px;

	transition: 0.4s;

}

.lshow ul li:hover{

	background: #adce04;

	transform: translateY(-8px);

}

.lshow ul li:hover h3,.lshow ul li:hover h4{

	color: #fff;

}

.lshow ul li:hover em{

	background: #fff;

	color: #adce04;

}





/*新闻资讯列表页----------------------------------------------------------------------*/

.mb8{

	margin-bottom: 80px;

}

.lnews ul li{

	float: left;

	width: 32%;

	margin-right: 2%;

	margin-bottom: 3%;

}

.lnews ul li a{

	display: block;

}

.lnews ul li .imgbox{

	position: relative;

	width: 100%;

	overflow: hidden;

}

.lnews ul li img{

	width: 100%;

	height: auto;

	transition: 0.5s;

}

.lnews ul li .imgbox div{

	position: absolute;

	width: 54px;

	text-align: center;

	padding: 14px 10px;

	background: rgba(0,0,0,0.4);

	left: 20px;

	top: 20px;

	color: #fff;

	transition: 0.4s;

}

.lnews ul li h4{

	font-size: 22px;

    font-weight: bold;

	line-height: 26px;

}

.lnews ul li h5{

	font-size: 14px;

    letter-spacing: 2px;

	line-height: 18px;

}

.lnews ul li h3{

	font-size: 16px;

	color: #333;

	font-weight: bold;

	margin-top: 25px;

	margin-bottom: 8px;

}

.lnews ul li p{

	font-size: 13px;

	color: #888;

	line-height: 22px;

	height: 44px;

	overflow: hidden;

}

.lnews ul li:hover img{

	transform: scale(1.07);

}

.lnews ul li:hover .imgbox div{

	background: rgba(173,206,4,0.8);

}

.page{

	margin-top: 10px;

	text-align: center;

}

.page a{

	background: #fff;

	transition: 0.2s;

	float: none;

	display: inline-block;

	margin: 0 4px;

}

.page a.a, .page a:hover{

	background: #adce04;

	border-color: #adce04;

}





/*项目分类列表页----------------------------------------------------------------------*/

.lproduct ul li{

	width: 23.5%;

	margin-right: 2%;

	margin-bottom: 2%;

}

.lproduct ul li h3{

	font-size: 18px;

}

.lproduct ul li h4{

	font-size: 12px;

}





/*旅游项目列表页----------------------------------------------------------------------*/

.ltravel ul li{

	float: left;

	width: 32%;

	margin-right: 2%;

	margin-bottom: 2%;

}

.ltravel ul li a{

	display: block;

}

.ltravel ul li span{

	display: block;

	width: 100%;

	background: #000;

	overflow: hidden;

}

.ltravel ul li img{

	width: 100%;

	height: auto;

	transition: 0.5s;

}

.ltravel ul li h3{

	margin: 15px 0;

    font-size: 15px;

    color: #000;

}

.ltravel ul li div {

    padding-top: 10px;

    border-top: 1px solid #ddd;

}

.ltravel ul li h4 {

    float: left;

    font-size: 13px;

    color: #666;

    width: 74%;

    line-height: 26px;

}

.ltravel ul li h5 {

    float: right;

    font-size: 24px;

    color: #f02435;

    line-height: 26px;

    font-weight: bold;

}

.ltravel ul li h5 em {

    font-style: normal;

    font-size: 18px;

    margin-right: 4px;

}

.ltravel ul li:hover img{

	transform: scale(1.07);

	opacity: 0.6;

}

.default-mod-add .lnav,.default-api-diy .lnav{

	display: none;

}





/*旅游项目内容页----------------------------------------------------------------------*/

.vtravel .vtbj img{

	float: left;

	width: 46%;

	height: auto;

}

.vtravel .vt01{

	float: right;

	width: 49%;

}

.vtravel .vt01 .t01 .price{

	font-size: 30px;

    font-weight: bold;

    color: #f02435;

    margin-bottom: 2px;

}

.vtravel .vt01 .t01 .price em{

	font-size: 22px;

    margin-right: 4px;

    font-style: normal;

}

.vtravel .vt01 .t01 h1{

	font-size: 18px;

	padding-bottom: 20px;

    border-bottom: 1px solid #eee;

	font-weight: bold;

}

.vtravel .vt01 .t02 h3{

	font-size: 18px;

    border-bottom: 1px solid #eee;

    padding-bottom: 15px;

    margin: 20px 0;

}

.vtravel .vt01 .t02 li{

	margin-bottom: 14px;

}

.vtravel .vt01 .t02 li h4{

	float: left;

	font-size: 14px;

	font-weight: bold;

	color: #333;

}

.vtravel .vt01 .t02 li h5{

	float: right;

	font-size: 14px;

	color: #666;

	width: calc(100% - 90px);

}

.vtravel .vt02{

	background: #f4f7f5;

	padding: 25px 0 80px 0;

	margin-top: 60px;

}

.vtravel .vt02 .text{

	background: #fff;

	box-sizing: border-box;

	padding: 50px 120px;

}

.vtravel .vt02 .details{

	text-align: center;

    font-size: 20px;

    margin-bottom: 25px;

    color: #adce04;

    font-weight: bold;

}





/*旅游信息咨询-----------------------------------------------------------------------*/

.zixun01{

	background: #f4f4f4 url("/temp/temp/53/53-0035/202012241555/images/bg01.jpg") no-repeat bottom center;

	padding: 93px 0 60px 0;

    margin-top: -93px;

}

.tit02{

	text-align: center;

	margin-bottom: 40px;

}

.tit02 span{

	display: block;

	width: 42px;

	height: 40px;

	background: url("/temp/temp/53/53-0035/202012241555/images/tit01.png") no-repeat center;

	background-size: 100%;

	margin: auto;

	margin-bottom: 10px;

}

.tit02 h1{

	font-size: 28px;

	color: #333;

	font-weight: bold;

}

.tit02 h2{

	font-size: 12px;

	color: #888;

	text-transform: uppercase;

	letter-spacing: 4px;

}

.zixun01 ul li{

	float: left;

	width: calc(20% - 16px);

	margin-right: 20px;

	box-sizing: border-box;

	padding: 20px;

	background: #fff;

	position: relative;

}

.zixun01 ul li:last-child{

	margin-right: 0;

}

.zixun01 ul li div{

	position: absolute;

	left: 25px;

	top: calc(50% - 21px);

}

.zixun01 ul li div::before{

	content: "";

	position: absolute;

	width: 10px;

	height: 10px;

	border-radius: 50%;

	left: -5px;

	top: -5px;

	background: #ffd22c;

	opacity: 0.3;

}

.zixun01 ul li h3{

	font-size: 16px;

	font-weight: bold;

	color: #333;

	line-height: 20px;

	margin-bottom: 6px;

	position: relative;

	z-index: 2;

}

.zixun01 ul li h4{

	font-size: 13px;

	color: #666;

	line-height: 16px;

}

.zixun01 ul li img{

	float: right;

	width: 54px;

	height: auto;

}

.custom{

	width: 720px;

	position: relative;

	margin: auto;

	margin-bottom: 40px;

}

.custom h4,.custom label{

	display: none;

}

.custom input[type="text"]{

	width: 100%;

	background: #fff;

	line-height: 46px;

	height: 46px;

	border: none;

	box-sizing: border-box;

	padding-left: 30px;

	padding-right: 120px;

	border-radius: 24px;

	font-size: 14px;

	outline: none;

	box-shadow: 0 0 12px #efefef;

}

.custom input[type="submit"]{

	border: none;

	width: 120px;

	text-align: center;

	line-height: 46px;

	font-size: 16px;

	color: #fff;

	background: #adce04;

	position: absolute;

	right: 0;

	top: 0;

	border-radius: 0 23px 23px 0;

	outline: none;

	cursor: pointer;

}

.zixun01 .tit02{

	margin-bottom: 30px;

}

.zixun02{

	margin: 60px auto;

}

.zixun02 ul li{

	float: left;

	width: 48.5%;

	margin-right: 3%;

	margin-bottom: 3%;

}

.zixun02 ul li a{

	display: block;

	background: #000;

	position: relative;

	overflow: hidden;

}

.zixun02 ul li a::before{

	content: "马上定制";

	position: absolute;

	width: 132px;

	text-align: center;

	line-height: 36px;

	background: #adce04;

	font-size: 14px;

	color: #fff;

	border-radius: 4px;

	left: calc(50% - 66px);

	top: -36px;

	z-index: 2;

	transition: 0.5s;

}

.zixun02 ul li img{

	width: 100%;

	height: auto;

	transition: 0.6s;

}

.zixun02 ul li div{

	position: absolute;

	width: 100%;

	bottom: 0;

	left: 0;

	text-align: center;

	padding: 15px 0;

	background: rgba(0,0,0,0.5);

	transition: 0.5s;

}

.zixun02 ul li h3{

	font-size: 16px;

	color: #fff;

}

.zixun02 ul li h4{

	font-size: 14px;

	color: #fff;

}

.zixun02 ul li:hover a::before{

	top: calc(50% - 18px);

}

.zixun02 ul li:hover img{

	transform: scale(1.06);

	opacity: 0.7;

}

.zixun02 ul li:hover div{

	bottom: -75px;

}

.zixun03{

	background: url("/temp/temp/53/53-0035/202012241555/images/bg03.jpg") no-repeat bottom center;

	padding-bottom: 80px;

}

.zixun03 ul li,.zixun04 ul li{

	float: left;

	width: 32%;

	margin-right: 2%;

	background: #fff;

}

.zixun03 ul li:last-child{

	margin-right: 0;

}

.zixun03 ul li a,.zixun04 ul li a{

	display: block;

}

.zixun03 ul li span,.zixun04 ul li span{

	display: block;

	width: 100%;

	overflow: hidden;

	position: relative;

	background: #adce04;

}

.zixun03 ul li span::before{

	content: "了解更多";

	position: absolute;

	width: 100%;

	line-height: 30px;

	font-size: 16px;

	color: #fff;

	text-align: center;

	left: 0;

	top: calc(50% - 15px);

	opacity: 0;

	z-index: 1;

	transition: 0.4s;

}

.zixun03 ul li img,.zixun04 ul li img{

	width: 100%;

	height: auto;

	transition: 0.5s;

}

.zixun03 ul li .text{

	padding: 16px 25px;

}

.zixun03 ul li .text div{

	float: left;

	width: calc(100% - 50px);

}

.zixun03 ul li h3{

	font-size: 16px;

	color: #000;

	font-weight: bold;

}

.zixun03 ul li h4{

	font-size: 13px;

    color: #888;

    height: 18px;

    overflow: hidden;

    margin-top: 2px;

}

.zixun03 ul li em{

	float: right;

	display: block;

	padding-left: 15px;

	line-height: 30px;

	border-left: 1px solid #eee;

	font-size: 14px;

	color: #ccc;

	margin-top: 7px;

}

.zixun03 ul li:hover img{

	transform: scale(1.07);

	opacity: 0.2;

}

.zixun03 ul li:hover span::before{

	opacity: 1;

}

.zixun04{

	margin-top: 60px;

}

.zixun04 ul li{

	margin-bottom: 20px;

}

.zixun04 ul li span{

	background: #000;

}

.zixun04 ul li span::before{

	content: "";

	position: absolute;

	width: calc(100% - 40px);

	height: calc(100% - 40px);

	border: 1px solid #fff;

	left: 19px;

	top: 19px;

	z-index: 1;

	opacity: 0;

	transition: 0.4s;

}

.zixun04 ul li span::after{

	content: "READ MORE";

	position: absolute;

	width: 100%;

	line-height: 30px;

	font-size: 16px;

	color: #fff;

	text-align: center;

	left: 0;

	top: calc(50% - 15px);

	opacity: 0;

	z-index: 1;

	transition: 0.4s;

}

.zixun04 ul li h3{

	font-size: 15px;

    color: #333;

    margin-top: 15px;

    padding-bottom: 10px;

    border-bottom: 1px solid #eee;

    margin-bottom: 10px;

}

.zixun04 ul li h4{

	font-size: 20px;

    color: #f02435;

    font-weight: bold;

	float: right;

	line-height: 26px;

}

.zixun04 ul li h4 em {

    font-style: normal;

    font-size: 16px;

    margin-right: 2px;

}

.zixun04 ul li h5{

	float: left;

	font-size: 14px;

	color: #666;

	line-height: 26px;

}

.zixun04 ul li:hover img{

	transform: scale(1.07);

	opacity: 0.5;

}

.zixun04 ul li:hover span::before{

	opacity: 0.3;

}

.zixun04 ul li:hover span::after{

	opacity: 1;

}

.zixun05{

	margin-bottom: 80px;

	padding-top: 60px;

}

.zixun05 h4,.zixun05 label{

	display: none;

}

.zixun05 .default-form-item{

	float: left;

	width: 32%;

	margin-right: 2%;

}

.zixun05 .default-form-item.abc2{

	margin-right: 0;

}

.zixun05 .default-form-item.abc3{

	width: 100%;

	margin: 2% 0;

}

.zixun05 input[type="text"]{

	width: 100%;

	border: none;

	background: #f5f5f5;

	line-height: 46px;

	height: 46px;

	box-sizing: border-box;

	padding: 0 15px;

	font-size: 14px;

	outline: none;

}

.zixun05 textarea{

	width: 100%;

	border: none;

	background: #f5f5f5;

	line-height: 46px;

	height: 144px;

	box-sizing: border-box;

	padding: 0 15px;

	font-size: 14px;

	outline: none;

}

.zixun05 input[type="submit"]{

	width: 210px;

    text-align: center;

    line-height: 46px;

    border-radius: 4px;

    background: #adce04;

    font-size: 16px;

    color: #fff;

    outline: none;

    margin-left: calc(50% - 105px);

    cursor: pointer;

    border: none;

}





/*新闻资讯内页-----------------------------------------------------------------------*/

.vnews{

	margin-bottom: 80px;

}

.vnleft{

	width: 74%;

	background: #fff;

	padding: 40px 60px;

	box-sizing: border-box;

}

.vnews .vtop01{

	padding-bottom: 25px;

	margin-bottom: 45px;

	border-bottom: 1px solid #eee;

}

.vnews .vtop01 a{

	display: block;

    float: left;

    padding: 0 10px;

    line-height: 20px;

    font-size: 12px;

    color: #fff;

    background: #adce04;

    margin-right: 15px;

}

.vnews .vtop01 h1{

	font-size: 22px;

	color: #000;

	margin-bottom: 10px;

}

.vnews .vtop01 h4{

	font-size: 12px;

	color: #888;

	line-height: 20px;

	text-transform: uppercase;

}

.next01{

	margin-top: 30px;

	padding-top: 30px;

	border-top: 1px solid #eee;

}

.next01 p{

	font-size: 12px;

	color: #666;

	margin-bottom: 8px;

}

.next01 a{

	color: #888;

	transition: 0.2s;

}

.next01 a:hover{

	color: #adce04;

}

.vnright{

	width: 24%;

	background: #fff;

}

.vnright dt{

	padding: 0 20px;

	line-height: 40px;

    background: #adce04;

    color: #fff;

    font-size: 16px;

}

.vnright dd{

	border-bottom: 1px solid #eaeaea;

	padding: 20px;

}

.vnright dd:last-child{

	border-bottom: none;

}

.vnright dd a{

	display: block;

}

.vnright dd h3{

	font-size: 14px;

    color: #555;

    line-height: 20px;

    margin-bottom: 5px;

    transition: 0.3s;

}

.vnright dd h4{

	font-size: 12px;

    color: #999;

}

.vnright dd a:hover h3{

	color: #adce04;

}

.vabout .vnleft{

	padding: 50px 100px 80px 100px;

	width: 100%;

	background: #fff url("/temp/temp/53/53-0035/202012241555/images/bg02.png") no-repeat right bottom;

	background-size: 460px;

}

.vabout .vtop01 h1 {

    margin-bottom: 4px;

    font-weight: bold;

}





/*联系我们列表页----------------------------------------------------------------------*/

.lcontact{

	background: #fff;

	margin-bottom: 80px;

}

.contact01 li{

	float: left;

	width: calc(100% / 3);

	text-align: center;

	box-sizing: border-box;

	padding: 40px;

	border-right: 1px solid #eee;

}

.contact01 li:last-child{

	border: none;

}

.contact01 li img{

	width: 60px;

	height: auto;

}

.contact01 li h3{

	font-size: 16px;

	color: #000;

	margin-top: 20px;

}

.contact01 li span{

	display: block;

	width: 26px;

	height: 4px;

	border-radius: 2px;

	margin: 15px auto;

	background: #adce04;

}

.contact01 li h4{

	font-size: 14px;

	color: #666;

}

.contact02{

	padding: 50px 60px;

	border-top: 1px solid #eee;

}

.ueditor_baidumap{

	max-width: 100%;

	overflow: hidden;

}

.w960 .ableft{

	margin-top: 20px;

}





/*不同尺寸下修改----------------------------------------------------------------------*/

@media screen and (max-width:1820px){

	.w16{

		width: 1188px;

	}

	.navbox .home{

		margin-left: 40px;

		width: 60px;

    	height: 60px;

		margin-top: 15px;

	}

	.header .logo {

		line-height: 60px;

	}

	.header .logo img{

		height: 60px;

	}

	.navbox .nav01{

		top: 30px;

		left: 180px;

		width: calc(100% - 360px);

	}

	.navbox .nav01 > li{

		margin: 0 20px;

	}

	.navbox .isearch{

		width: 180px;

    	height: 88px;

	}

	.searchbox{

		top: 22px;

	}

	.navbox.open .searchbox {

		width: 680px;

		right: calc(50% - 340px);

	}

	.header .nav01 > li{

		margin-left: 28px;

		margin-top: 15px;

	}

	.header .nav01 > li > a{

		font-size: 15px;

	}

	.abright .text {

		padding-top:0;

	}

	.abright .text a{

		margin-top: 40px;

	}

	.abright ul li img{

		width: 50px;

		height: auto;

	}

	.abright ul li h3{

		font-size: 14px;

	}

	.abright ul li a{

		padding: 25px 20px;

	}

	.abright .text h1{

		font-size: 22px;

	}

	.abright .text h2{

		font-size: 16px;

	}

	.ableft{

		background-size: auto 100% !important;

		background-position: center;

	}

	.tit01 h1{

		font-size: 26px;

	}

	.product ul li h4{

		font-size: 13px;

	}

	.product ul li h3{

		font-size: 18px;

	}

	.case ul li div h3{

		font-size: 14px;

	}

	.case ul li div {

		width: calc(100% - 40px);

		padding: 10px 20px;

	}

	.city02 {

		width: 44%;

	}

	.city01 {

		width: 56%;

	}

	.city02 li {

		width: calc(50% - 15px);

		margin-left: 15px;

		margin-bottom: 15px;

	}

	.city01 li div {

		padding: 35px 50px 50px 50px;

	}

	.city02 li h3{

		font-size: 17px;

		left: 20px;

	}

	.city02 li h2{

		left: 20px;

		bottom: 50px;

	}

	.news ul li h3 {

		font-size: 16px;

		padding-bottom: 15px;

		margin-bottom: 15px;

	}

	.news ul li div {

		width: calc(100% - 70px);

		padding: 0 35px;

	}

	.news ul li p {

		font-size: 13px;

		line-height: 22px;

		height: 44px;

	}

	.news ul li span {

		width: 32px;

		line-height: 32px;

		margin-top: 25px;

	}

	.news ul li h4 {

		font-size: 12px;

		margin-top: 35px;

		margin-bottom: 6px;

	}

	.fnav li{

		margin-left: 45px;

	}

	.footer .f01 .logo img{

		height: 60px;

	}

	.footer .f01 .logo{

		line-height: 60px;

	}

	.footer .f02 div span{

		width: 100px;

		padding: 8px;

	}

	.footer .f02 div h4{

		font-size: 13px;

	}

	.footer .f02 div{

		margin-right: 35px;

	}

	.footer .f03 span{

		width: 40px;

		line-height: 40px;

		font-size: 20px;

	}

	.footer .f03 h2{

		font-size: 22px;

	}

	.footer .f03 h4{

		margin-top: 16px;

	}

	.footer .f03{

		margin-left: 55px;

	}

	.footer .f04 li{

		margin-left: 60px;

	}

	.footer .f04 li img{

		width: 50px;

		height: auto;

	}

	

}

@media screen and (max-width:1440px){ 

	.vabout .vnleft{

		padding: 45px 80px 80px 80px;

	}

	.contact01 li img{

		width: 50px;

	}

	.contact01 li h3{

		margin-top: 15px;

	}

	.contact01 li{

		padding: 32px;

	}

	.contact01 li h4{

		font-size: 13px;

	}

	.header .nav01 > li > a{

		font-size: 15px;

	}

	.header .logo,.iheader .logo{

		line-height: 60px;

	}

	.header .logo img,.iheader .logo img{

		height: 60px;

	}

	.iheader .phone{

		margin-top: 18px;

	}

	.product ul li h4 {

		font-size: 12px;

	}

	.product ul li div{

		bottom: 20px;

	}

	.ltravel ul li h5{

		font-size: 20px;

	}

	.lnav ul li a {

		padding: 0 50px;

		line-height: 60px;

		font-size: 15px;

	}

	.lnav{

		bottom: -30px;

	}

	.nybanner{

		margin-bottom: 80px;

	}

	.lnews ul li h3 {

		font-size: 15px;

		margin-top: 16px;

		margin-bottom: 5px;

	}

	.lnews ul li p {

		font-size: 12px;

		line-height: 20px;

		height: 40px;

	}

	.zixun01 ul li {

		width: calc(20% - 12px);

		margin-right: 15px;

		padding: 15px;

	}

	.zixun01 ul li div{

		left: 20px;

	}

	.zixun01 ul li h3{

		font-size: 15px;

		margin-bottom: 3px;

	}

	.zixun01 ul li h4{

		font-size: 12px;

	}

	.tit02 h1{

		font-size: 24px;

	}

	.zixun02{

		margin-bottom: 40px;

	}

	.zixun04 {

		margin-top: 50px;

	}

	.zixun05{

		padding-top: 50px;

	}

	.abright .text {

		padding-top:0;

	}

	.banner01 ul li img{

		width: 100%;

		height: auto;

		margin-left: 0 !important;

		left: 0 !important;

	}

	.navbox{

		bottom: 40px;

	}

	.w16 {

		width: calc(100% - 80px);

	}



	

}

@media screen and (max-width:1024px){ 

	.navbox .home {

		margin-left: 25px;

		width: 50px;

		height: 50px;

		margin-top: 13px;

	}

	.navbox .nav01 {

		top: 23px;

		left: 140px;

		width: calc(100% - 280px);

	}

	.iabout{

		margin-top: 0;

	}

	.navbox .nav01 > li > a{

		font-size: 14px;

	}

	.navbox .nav01 > li{

		margin: 0 14px;

	}

	.navbox .isearch {

		width: 140px;

		height: 76px;

		background-size: 20px;

	}

	.searchbox input[type="text"] {

		height: 38px;

		line-height: 38px;

		font-size: 12px;

		padding: 0 15px;

		padding-right: 75px;

	}

	.searchbox input[type="submit"] {

		width: 65px;

		height: 38px;

		background-size: 16px;

	}

	.searchbox {

		top: 19px;

	}

	.navbox.open .searchbox {

		width: 560px;

		right: calc(50% - 280px);

	}

	.navbox.open .isearch{

		background-size: 20px;

	}

	.abright .text h1 {

		font-size: 18px;

	}

	.abright .text h2 {

		font-size: 14px;

	}

	.abright .text span {

		width: 10px;

		height: 10px;

		margin: 15px 0;

	}

	.abright .text p {

		font-size: 12px;

		line-height: 24px;

	}

	.abright .text {

		padding: 40px 45px;

	}

	.abright .text a {

		width: 142px;

		line-height: 34px;

		font-size: 12px;

		margin-top: 35px;

	}

	.abright ul li img{

		width: 36px;

	}

	.abright ul li h3 {

		font-size: 12px;

	}

	.abright ul li a {

		padding: 12px 5px;

	}

	.tit01 h1 {

		font-size: 20px;

	}

	.tit01 h2{

		font-size: 11px;

	}

	.tit01 span{

		margin-top: 14px;

	}

	.tit01{

		margin-bottom: 30px;

	}

	.product {

		margin: 40px auto;

	}

	.product ul li h3 {

		font-size: 15px;

		margin-bottom: 3px;

	}

	.product ul li h4 {

		font-size: 11px;

		height: 15px;

	}

	.more01{

		margin-top: 30px;

	}

	.more01 span{

		width: 30px;

		line-height: 30px;

		top: 4px;

    	right: 4px;

	}

	.more01 h3 {

		line-height: 38px;

		height: 38px;

		font-size: 12px;

		padding-left: 20px;

		width: auto;

	}

	.more01{

		width: 156px;

	}

	.more01:hover h3 {

		width: auto;

	}

	.more01:hover span {

		transform: translateX(0) rotate(0);

	}

	.case .more01 {

		margin-top: 20px;

	}

	.case {

		margin: 40px auto;

	}

	.city{

		padding: 40px 0;

	}

	.city01 {

		width: 100%;

	}

	.city02 {

		width: 100%;

	}

	.city02 li {

		width: 32%;

		margin: 2% 2% 0 0;

	}

	.city02 li:nth-child(3n){

		margin-right: 0;

	}

	.news {

		margin: 45px auto;

	}

	.w16 {

		width: calc(100% - 60px);

	}

	.news ul li{

		width: 49%;

	}

	.news ul li:nth-child(2){

		margin-right: 0;

	}

	.news ul li:last-child{

		display: none;

	}

	.news ul li img{

		display: none;

	}

	.news ul li div {

		width: calc(100% - 60px);

		padding: 30px;

		position: inherit;

	}

	.news ul li h4{

		margin-top: 0;

	}

	.news ul li h3{

		font-size: 15px;

		padding-bottom: 12px;

    	margin-bottom: 12px;

	}

	.news ul li p {

		font-size: 12px;

		line-height: 20px;

		height: 40px;

	}

	.news ul li:hover div {

		background: #f7f7f7;

	}

	.news ul li:hover h4{

		color: #333;

	}

	.news ul li:hover h3{

		color: #000;

		border-bottom: 1px solid #e5e5e5;

	}

	.news ul li:hover p{

		color: #666;

	}

	.news ul li span:hover {

		background: #f7f7f7;

		color: #adce04;

	}

	.fnav li {

		margin-left: 25px;

		margin-top: 20px;

	}

	.fnav li a{

		font-size: 12px;

	}

	.footer{

		padding: 30px 0;

	}

	.footer .f01{

		margin-bottom: 30px;

	}

	.footer .f02 div span {

		width: 80px;

		padding: 6px;

	}

	.footer .f02 div h4 {

		font-size: 11px;

	}

	.footer .f03 span {

		width: 34px;

		line-height: 34px;

		font-size: 16px;

	}

	.footer .f03 h4 {

		font-size: 12px;

		margin-top: 12px;

		margin-bottom: 2px;

	}

	.footer .f03 h2 {

		font-size: 18px;

		line-height: 24px;

	}

	.footer .f02 div {

		margin-right: 20px;

	}

	.footer .f03 {

		margin-left: 30px;

		margin-top: 25px;

	}

	.footer .f03 h5{

		font-size: 12px;

		line-height: 24px;

	}

	.footer .f04 li img{

		width: 45px;

	}

	.footer .f04 li {

		margin-left: 40px;

	}

	.footer .f04 h4{

		font-size: 12px;

	}

	.footer .f05{

		margin-top: 40px;

		padding-top: 20px;

	}

	.footer .f01 .logo img,.header .logo img{

		height: 50px;

	}

	.footer .f01 .logo,.header .logo{

		line-height: 50px;

	}

	.header .nav01 > li {

		margin-left: 20px;

		margin-top: 10px;

	}

	.header .nav01 > li > a {

		font-size: 14px;

	}

	.header{

		padding: 12px 0;

	}

	.lnav ul li a {

		padding: 0 40px;

		line-height: 50px;

		font-size: 14px;

	}

	.lnav {

    	bottom: -25px;

	}

	.nybanner {

		margin-bottom: 55px;

	}

	.tit02 h1 {

		font-size: 18px;

	}

	.tit02 h2{

		font-size: 10px;

	}

	.tit02 span{

		width: 34px;

    	height: 32px;

		margin-bottom: 6px;

	}

	.zixun01 .tit02 {

		margin-bottom: 20px;

	}

	.custom input[type="text"]{

		line-height: 40px;

    	height: 40px;

		padding-right: 120px;

		font-size: 12px;

	}

	.custom input[type="submit"]{

		width: 100px;

		line-height: 40px;

		font-size: 14px;

	}

	.custom{

		margin-bottom: 25px;

	}

	.zixun01 ul li img{

		width: 42px;

	}

	.zixun01{

		padding: 93px 0 45px 0;

	}

	.zixun02 {

		margin: 30px auto;

	}

	.tit02{

		margin-bottom: 25px;

	}

	.zixun02 ul li {

		width: 49%;

		margin-right: 2%;

		margin-bottom: 2%;

	}

	.zixun02 ul li h3{

		font-size: 14px;

	}

	.zixun02 ul li h4{

		font-size: 12px;

	}

	.zixun02 ul li div{

		padding: 10px 0;

	}

	.zixun02 {

		margin-bottom: 20px;

	}

	.zixun03{

		padding-bottom: 50px;

	}

	.zixun04 {

		margin-top: 40px;

	}

	.zixun05 {

		padding-top: 30px;

		margin-bottom: 50px;

	}

	.abright .text a:hover {

		border-radius: 21px 0 21px 0;

		background: #adce04;

	}

	.abright ul li a:hover {

		background: #f2f2f2;

		box-shadow: none;

	}

	.product ul li:hover a::before {

		height: 50%;

	}

	.product ul li:hover img {

		transform: scale(1);

	}

	.product ul li:hover div {

		bottom: 25px;

	}

	.product ul li:hover h3 {

		color: #fff;

	}

	.case ul li:hover div {

		bottom: -52px;

	}

	.city01 li a:hover::before {

		width: 12px;

	}

	.lshow ul li:hover {

		background: #fff;

		transform: translateY(0);

	}

	.lshow ul li:hover h3 {

		color: #333;

	}

	.lshow ul li:hover h4{

		color: #888;

	}

	.ltravel ul li:hover img {

		transform: scale(1);

		opacity: 1;

	}

	.zixun02 ul li:hover div {

		bottom: 0;

	}

	.zixun02 ul li:hover a::before {

		top: -36px;

	}

	.zixun02 ul li:hover img,.zixun03 ul li:hover img,.zixun04 ul li:hover img{

		transform: scale(1);

		opacity: 1;

	}

	.zixun03 ul li:hover span::before,.zixun04 ul li:hover span::before,.zixun04 ul li:hover span::after{

		opacity: 0;

	}

	.video {

		margin-top: 40px;

	}

	.ivideo ul li:hover {

		box-shadow: none;

	}

	.ivideo ul li:hover img {

		transform: scale(1);

	}

	.ivideo ul li:hover .text div {

    	margin-left: 0;

	}

	.ivideo ul li:hover .text span {

		margin-right: 0;

	}

	.ivideo ul li .imgbox::before{

		width: 50px;

    	height: 50px;

		top: calc(50% - 25px);

		left: calc(50% - 25px);

	}

	.ivideo ul li:hover .imgbox::before{

		top: calc(50% - 25px);

	}

	.ivideo ul li .text div {

		width: 80%;

		margin-bottom: 0;

	}

	.ivideo ul li .text span{

		margin-bottom: 0;

	}

	

	

}

@media screen and (max-width:768px){ 

	.navbox,.iheader{

		display: none;

	}

	.ismobile header h1 a span{

		display: none;

	}

	.nav-click{

		color: #000;

	}

	.ismobile header .bg{

		background: #fff;

		box-shadow: 1px 0 6px rgba(0,0,0,0.1);

		opacity: 1;

	}

	header h1 img {

		height: 36px;

		margin-left: 10px;

		margin-right: 10px;

	}

	.banner01 .prev, .banner01 .next {

		width: 24px;

		line-height: 48px;

		font-size: 15px;

		margin-top: -24px;

	}

	.abright{

		width: 100%;

	}

	.abright .text {

		padding: 35px 15px;

	}

	.abright .text a{

		margin-top: 20px;

	}

	.w16 {

		width: calc(100% - 30px);

	}

	body .w1188, body .wp {

		padding-left: 15px;

		padding-right: 15px;

	}

	.product {

		margin: 30px auto;

	}

	.product ul li div{

		bottom: 15px;

	}

	.product ul li h3{

		margin-bottom: 0;

	}

	.tit01 h1 {

		font-size: 18px;

	}

	.tit01 span::before {

		width: 30px;

		height: 3px;

		left: calc(50% - 15px);

		top: -1px;

	}

	.tit01 span {

		margin-top: 10px;

	}

	.tit01 {

		margin-bottom: 20px;

	}

	.product ul li h3{

		font-size: 14px;

	}

	.more01 {

		margin-top: 16px;

	}

	.case ul li.c03{

		margin-right: 0;

	}

	.case ul li div{

		display: none;

	}

	.more01 span {

		width: 26px;

		line-height: 26px;

		font-size: 12px;

	}

	.more01 h3 {

		line-height: 34px;

		height: 34px;

	}

	.more01 {

		width: 140px;

	}

	.case {

		margin: 30px auto;

	}

	.city {

		padding: 30px 0;

	}

	.city01 li h3{

		font-size: 15px;

	}

	.city01 li p {

		font-size: 11px;

		line-height: 17px;

		height: 34px;

		margin-top: 2px;

		margin-bottom: 10px;

		color: #666;

	}

	.city01 li a::after{

		width: 26px;

		height: 26px;

	}

	.city01 li a h3{

		font-size: 12px;

		line-height: 26px;

	}

	.city01 li a::before{

		width: 10px;

		height: 2px;

		left: 9px;

    	top: 12px;

	}

	.city01 li div {

		padding: 12px 15px;

	}

	.city02 li span{

		width: 14px;

		height: 14px;

		right: 6px;

		top: 6px;

	}

	.city02 li h3{

		font-size: 12px;

    	left: 10px;

		bottom: 4px;

		width: calc(100% - 20px);

	}

	.city02 li h2 {

		left: 10px;

		bottom: 24px;

		font-size: 16px;

	}

	.city02 li.a span {

		width: 20px;

		height: 20px;

		right: calc(50% - 10px);

		top: calc(50% - 10px);

	}

	.city .more01 {

		margin-top: 22px;

	}

	.news {

		margin: 30px auto;

	}

	.news ul li {

		width: 100%;

		margin: 0;

		margin-bottom: 10px;

	}

	.news ul li:last-child {

		display: block;

	}

	.news ul li h3 {

		font-size: 14px;

		padding-bottom: 8px;

		margin-bottom: 8px;

	}

	.news ul li p {

		font-size: 11px;

		line-height: 18px;

		height: 35px;

	}

	.news ul li span {

		display: none;

	}

	.news ul li div {

		width: calc(100% - 40px);

		padding: 18px 20px 25px 20px;

	}

	.news ul li h4 {

		font-size: 11px;

		margin-bottom: 4px;

		color: #666;

	}

	

	/*内页*/

	.vnleft{

		padding: 0 !important;

		width: 100%;

	}

	.vnews {

		margin-bottom: 30px;

		margin-top: 25px;

	}

	.vnews .vtop01 h1 {

		font-size: 18px;

		line-height: 24px;

		margin-bottom: 6px;

	}

	.vabout .vtop01 h1{

		margin-bottom: 0;

	}

	.vnews .vtop01{

		padding-bottom: 12px;

    	margin-bottom: 25px;

	}

	.vabout .vnleft{

		background-size: 320px;

	}

	.vnews .vtop01 a {

		padding: 0 8px;

		line-height: 18px;

		font-size: 11px;

		margin-right: 10px;

	}

	.vnews .vtop01 h4 {

		font-size: 11px;

		line-height: 18px;

	}

	.next01{

		padding-top: 20px;

	}

	.next01 p {

		font-size: 11px;

		margin-bottom: 5px;

	}

	.vtravel .vtbj img{

		width: 100%;

	}

	.vtravel .vt01 {

		float: right;

		width: calc(100% - 30px);

	}

	.vtravel .vt01 .t01 .price{

		font-size: 24px;

		margin-top: 10px;

    	line-height: 26px;

		margin-bottom: 0px;

	}

	.vtravel .vt01 .t01 .price em{

		font-size: 16px;

	}

	.vtravel .vt01 .t01 h1 {

		font-size: 15px;

		padding-bottom: 12px;

		color: #333;

	}

	.vtravel .vt01 .t02 h3 {

		font-size: 14px;

		padding-bottom: 10px;

		margin: 15px 0;

	}

	.vtravel .vt01 .t02 li h4{

		font-size: 12px;

	}

	.vtravel .vt01 .t02 li h5 {

		font-size: 11px;

		width: calc(100% - 76px);

		line-height: 18px;

	}

	.vtravel .vt01 .t02 li {

		margin-bottom: 8px;

	}

	.vtravel .vt02{

		margin-top: 15px;

		padding: 8px 0 0 0;

	}

	.vtravel .vt02 .details {

		font-size: 14px;

		margin-bottom: 8px;

	}

	.vtravel .vt02 .text{

		padding: 10px 15px;

	}

	.default-mobile-list-cats .subtitle{

		display: none;

	}

	.default-mobile-list-cats h3,.default-mobile-list-cats nav ul li a{

		font-size: 15px;

    	line-height: 40px;

	}

	.default-mobile-list-cats{

		padding: 2px 10px;

		border-radius: 3px;

		border: solid #dedede 1px;

		margin-top: 15px;

	}

	

	/*列表页*/

	.lproduct {

		margin: 15px auto;

	}

	.mb8 {

		margin-bottom: 30px;

	}

	.lshow{

		margin-top: 15px;

	}

	.lshow ul li{

		width: 49%;

	}

	.lshow ul li:nth-child(2n){

		margin-right: 0;

	}

	.lshow ul li em{

		display: none;

	}

	.lshow ul li .text div{

		width: 100%;

		text-align: center;

	}

	.lshow ul li .text {

		padding: 10px;

	}

	.lshow ul li h3 {

		font-size: 12px;

		line-height: 16px;

	}

	.lshow ul li h4 {

		font-size: 10px;

		line-height: 14px;

	}

	.ltravel,.lnews{

		margin-top: 15px;

	}

	.ltravel ul li,.lnews ul li{

		width: 49%;

		margin-bottom: 15px;

	}

	.ltravel ul li:nth-child(2n),.lnews ul li:nth-child(2n){

		margin-right: 0;

	}

	.ltravel ul li h4 {

		font-size: 11px;

		width: 74%;

		line-height: 26px;

	}

	.ltravel ul li h3 {

		margin: 10px 0;

		font-size: 14px;

	}

	.ltravel ul li h5 {

		font-size: 18px;

		line-height: 18px;

	}

	.ltravel ul li h4 {

		font-size: 11px;

		line-height: 20px;

	}

	.ltravel ul li div{

		padding-top: 8px;

	}

	.lnews ul li h3 {

		font-size: 14px;

		margin-top: 10px;

		margin-bottom: 3px;

	}

	.lnews ul li p {

		font-size: 11px;

		line-height: 17px;

		height: 34px;

	}

	.lnews ul li h4 {

		font-size: 18px;

		line-height: 22px;

	}

	.lnews ul li h5 {

		font-size: 12px;

		line-height: 16px;

	}

	.lnews ul li .imgbox div {

		width: 50px;

		padding: 10px 8px;

		left: 15px;

		top: 15px;

	}

	.lnews ul li:hover img {

		transform: scale(1);

	}

	.lnews ul li:hover .imgbox div{

		background: rgba(0,0,0,0.4);

	}

	.contact01 li {

		width: 100%;

		padding: 20px;

		border-right: none;

		border-bottom: 1px solid #eee;

	}

	.contact01 li img {

		width: 45px;

	}

	.contact01 li h3 {

		margin-top: 6px;

		font-size: 14px;

	}

	.contact01 li span {

		width: 22px;

		height: 3px;

		margin: 8px auto;

	}

	.contact01 li h4 {

		font-size: 12px;

	}

	.ueditor_baidumap {

		min-width: inherit;

		width: 100%;

	}

	.contact02 {

		padding: 20px 15px;

	}

	.lcontact{

		margin-bottom: 0;

	}

	.zixun01 {

		padding: 30px 0 20px 0;

		margin-top: 0;

	}

	.tit02 span {

		width: 30px;

		height: 28px;

		margin-bottom: 5px;

	}

	.zixun01 .tit02 {

		margin-bottom: 12px;

	}

	.custom {

		margin-bottom: 15px;

		width: 100%;

	}

	.custom input[type="text"] {

		line-height: 34px;

		height: 34px;

		padding-right: 86px;

		font-size: 11px;

		padding-left: 14px;

	}

	.custom input[type="submit"] {

		width: 74px;

		line-height: 34px;

		font-size: 12px;

	}

	.zixun01 ul li {

		width: calc(50% - 5px);

		margin-right: 10px;

		padding: 15px 10px;

		margin-bottom: 10px;

	}

	.zixun01 ul li:nth-child(2n),.zixun02 ul li:nth-child(2n){

		margin-right: 0;

	}

	.zixun01 ul li img {

		width: 36px;

	}

	.zixun01 ul li h3 {

		font-size: 14px;

		margin-bottom: 2px;

	}

	.zixun01 ul li h4 {

		font-size: 11px;

	}

	.zixun01 ul li div{

		top: calc(50% - 19px);

	}

	.zixun01 ul li:last-child{

		width: 100%;

	}

	.tit02 {

		margin-bottom: 15px;

	}

	.zixun02 {

		margin: 20px auto 20px auto;

	}

	.zixun02 ul li h3 {

		font-size: 12px;

		line-height: 16px;

	}

	.zixun02 ul li h4 {

		font-size: 10px;

		line-height: 12px;

	}

	.zixun02 ul li div {

		padding: 6px 0;

	}

	.zixun03 ul li h3{

		font-size: 15px;

	}

	.zixun03 ul li h4 {

		font-size: 11px;

		height: 16px;

	}

	.zixun03 ul li em {

		padding-left: 8px;

		line-height: 24px;

		margin-top: 6px;

	}

	.zixun03 ul li .text {

		padding: 10px 15px;

	}

	.zixun03 {

		padding-bottom: 20px;

	}

	.zixun04 {

		margin-top: 30px;

	}

	.zixun04 ul li{

		width: 48.5%;

		margin-right: 3%;

		margin-bottom: 10px;

	}

	.zixun04 ul li h3 {

		font-size: 12px;

		margin-top: 8px;

		padding-bottom: 5px;

		margin-bottom: 5px;

	}

	.zixun04 ul li h5{

		font-size: 11px;

		line-height: 20px;

	}

	.zixun04 ul li h4{

		font-size: 15px;

		line-height: 20px;

	}

	.zixun04 ul li h4 em{

		font-size: 12px;

	}

	.zixun05 {

		padding-top: 20px;

		margin-bottom: 40px;

	}

	.zixun05 input[type="text"] {

		line-height: 36px;

		height: 36px;

		padding: 0 12px;

		font-size: 12px;

	}

	.zixun05 .default-form-item.abc3{

		margin: 0;

		margin-bottom: 4px;

	}

	.zixun05 textarea {

		line-height: 38px;

		height: 116px;

		padding: 0 12px;

		font-size: 12px;

	}

	.zixun05 input[type="submit"] {

		width: 100%;

		line-height: 36px;

		border-radius: 0;

		font-size: 12px;

		margin-left: 0;

	}

	

}

@media screen and (max-width:480px){   

	.abright ul li{

		width: 50%;

	}

	.abright ul li a,.abright ul li:hover a{

		background: #fafafa;

	}

	.abright ul li:last-child a,.abright ul li:first-child a,

	.abright ul li:hover:last-child a,.abright ul li:hover:first-child a{

		background: #f2f2f2;

	}

	.product ul li {

		width: 49%;

		margin-right: 2%;

		margin-bottom: 2%;

	}

	.product ul li:nth-child(2n),.zixun04 ul li:nth-child(2n){

		margin-right: 0;

	}

	.ltravel ul li,.lnews ul li{

		width: 100%;

		margin-right: 0;

	}

	.zixun03 ul li{

		width: 100%;

		margin-right: 0;

		margin-bottom: 10px;

	}

	.zixun03 ul li{

		box-shadow: 0 0 6px rgba(0,0,0,0.08);

	}

	.zixun05 .default-form-item{

		width: 100%;

		margin-right: 0;

		margin-bottom: 10px;

	}

	.video {

		margin-top: 25px;

	}

	.video iframe{

		height: 210px !important;

	}

	.ableft{

		width:100%;

		display: block;

	}

	.ableft img{

		display: none;

	}

	.ableft .videobox

	,.ableft .videobox iframe{

		position: inherit;

		width: 100%;

		height: 180px;

		left: auto;

		top: auto;

	}

	.ivideo ul li{

		width: 100%;

		margin-right: 0;

		margin-bottom: 20px;

	}

	.ivideo ul li:last-child{

		margin-bottom: 0;

	}

	.ivideo ul li h3 {

		font-size: 14px;

		margin-bottom: 2px;

	}

	.ivideo ul li h4{

		font-size: 11px;

	}

	.ivideo ul li .text div{

		margin-top: 12px;

	}

	.ivideo ul li .text span{

		margin-top: 19px;

	}

	.default-article-content iframe{

		height: 200px !important;

	}

	

	

	

	

	

	

	

	

	

	

	

}




























































